home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMHELPERCONFIG / TFORMHELPERCONFIG.txt
Text File  |  2005-05-31  |  3KB  |  142 lines

  1. object formHelperConfig: TformHelperConfig
  2.   Left = 344
  3.   Top = 300
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configure Helper Applications...'
  6.   ClientHeight = 161
  7.   ClientWidth = 472
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PopupMode = pmAuto
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   DesignSize = (
  19.     472
  20.     161)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object bnOK: TButton
  24.     Left = 383
  25.     Top = 128
  26.     Width = 81
  27.     Height = 25
  28.     Anchors = [akRight, akBottom]
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object bnCancel: TButton
  35.     Left = 287
  36.     Top = 128
  37.     Width = 81
  38.     Height = 25
  39.     Anchors = [akRight, akBottom]
  40.     Caption = '&Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object groupHelperApps: TGroupBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 456
  48.     Height = 105
  49.     Anchors = [akLeft, akTop, akRight, akBottom]
  50.     Caption = 'Use external helper application for ...'
  51.     TabOrder = 2
  52.     DesignSize = (
  53.       456
  54.       105)
  55.     object cbUseFileHelper: TCheckBox
  56.       Left = 8
  57.       Top = 24
  58.       Width = 97
  59.       Height = 17
  60.       Caption = 'Files:'
  61.       TabOrder = 0
  62.     end
  63.     object cbUseFolderHelper: TCheckBox
  64.       Left = 8
  65.       Top = 48
  66.       Width = 97
  67.       Height = 17
  68.       Caption = 'Folders:'
  69.       TabOrder = 3
  70.     end
  71.     object cbUseRegistryHelper: TCheckBox
  72.       Left = 8
  73.       Top = 72
  74.       Width = 97
  75.       Height = 17
  76.       Caption = 'Registry:'
  77.       TabOrder = 6
  78.     end
  79.     object comboFileHelper: TComboBox
  80.       Left = 112
  81.       Top = 24
  82.       Width = 308
  83.       Height = 21
  84.       Anchors = [akLeft, akTop, akRight]
  85.       ItemHeight = 13
  86.       TabOrder = 1
  87.     end
  88.     object comboFolderHelper: TComboBox
  89.       Left = 112
  90.       Top = 48
  91.       Width = 308
  92.       Height = 21
  93.       Anchors = [akLeft, akTop, akRight]
  94.       ItemHeight = 13
  95.       TabOrder = 4
  96.     end
  97.     object comboRegistryHelper: TComboBox
  98.       Left = 112
  99.       Top = 72
  100.       Width = 308
  101.       Height = 21
  102.       Anchors = [akLeft, akTop, akRight]
  103.       ItemHeight = 13
  104.       TabOrder = 7
  105.     end
  106.     object bnBrowseFolderHelper: TButton
  107.       Left = 423
  108.       Top = 48
  109.       Width = 20
  110.       Height = 20
  111.       Anchors = [akTop, akRight]
  112.       Caption = '...'
  113.       TabOrder = 5
  114.       OnClick = bnBrowseFolderHelperClick
  115.     end
  116.     object bnBrowseRegistryHelper: TButton
  117.       Left = 424
  118.       Top = 72
  119.       Width = 19
  120.       Height = 20
  121.       Anchors = [akTop, akRight]
  122.       Caption = '...'
  123.       TabOrder = 8
  124.       OnClick = bnBrowseRegistryHelperClick
  125.     end
  126.     object bnBrowseFileHelper: TButton
  127.       Left = 423
  128.       Top = 24
  129.       Width = 20
  130.       Height = 20
  131.       Anchors = [akTop, akRight]
  132.       Caption = '...'
  133.       TabOrder = 2
  134.       OnClick = bnBrowseFileHelperClick
  135.     end
  136.   end
  137.   object odBrowse: TOpenDialog
  138.     Left = 8
  139.     Top = 120
  140.   end
  141. end
  142.